'Declaration
<GuidAttribute("F89B5B28-D3B0-33C6-8B7E-167A8F98FE22")> Public Delegate Sub GdViewer.ViewerKeyDownEventHandler( _ ByVal KeyValue As Integer, _ ByVal Control As Boolean, _ ByVal Shift As Boolean, _ ByVal Alt As Boolean _ )
[Guid("F89B5B28-D3B0-33C6-8B7E-167A8F98FE22")] public delegate void GdViewer.ViewerKeyDownEventHandler( int KeyValue, bool Control, bool Shift, bool Alt )
public delegate GdViewer.ViewerKeyDownEventHandler( KeyValue: Integer; Control: Boolean; Shift: Boolean; Alt: Boolean );
GuidAttribute("F89B5B28-D3B0-33C6-8B7E-167A8F98FE22") public delegate GdViewer.ViewerKeyDownEventHandler( KeyValue : int, Control : boolean, Shift : boolean, Alt : boolean )
Parameters
- KeyValue
- Control
- Shift
- Alt